Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Perlito5 - js3 - README - add milestones
  • Loading branch information
fglock committed Oct 2, 2012
1 parent 5488b30 commit 414f594
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README-perlito5-js
Expand Up @@ -369,6 +369,20 @@ v.lookup("x"); // error if the cell in v contains something else than undef or
* "js3" virtual machine


- "js3" milestones (TODO list)

- timely destruction (depends on reference counting); weaken()

- tie()

- Overload

- variable aliasing ($_[0], for-loop, map)

- variable redeclaration



- possible implementation of lexical variables

This allows better control over memory allocation (for example, to implement destructors and aliasing)
Expand Down

4 comments on commit 414f594

@pmurias
Copy link
Collaborator

@pmurias pmurias commented on 414f594 Oct 2, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do you plan to implement timely destruction on V8? Add reference counts on top of gc?

@fglock
Copy link
Owner Author

@fglock fglock commented on 414f594 Oct 3, 2012 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fglock
Copy link
Owner Author

@fglock fglock commented on 414f594 Oct 3, 2012 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pmurias
Copy link
Collaborator

@pmurias pmurias commented on 414f594 Oct 3, 2012 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.