Open
Bug 784288
Opened 12 years ago
Updated 2 years ago
[meta] Self-host JS builtins
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
NEW
People
(Reporter: till, Unassigned)
References
(Depends on 7 open bugs)
Details
(Keywords: meta, Whiteboard: [js:t])
Bug 462300 already contains far more discussion and implementation than it should, so instead of fully turning it into a meta bug, let's use this bug and create new bugs for follow-up fixes and missing functionality for the various builtins we want to self-host.
Comment 1•12 years ago
|
||
Self-hosting will likely require some constructs that are not available in standard JavaScript (not even in the browser APIs) and I think it already does. If possible, it would be nice to post on es-discuss when such a construct is used.
The goal would not be to make it a standard, but to share experience on what it takes to self-host buitl-ins and share on what the standard part of the language may be lacking.
I'll try to follow as much as I can on this topic to do that, but of course a post from the implementors would probably better informed.
Updated•12 years ago
|
Whiteboard: [js:t]
Updated•12 years ago
|
Assignee | ||
Updated•10 years ago
|
Assignee: general → nobody
Updated•9 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•