Y
Hacker News
new
|
ask
|
show
|
jobs
by
nponeccop
5278 days ago
I wonder what happened to SELF-like object systems (slots, prototypes and all that).
1 comments
fanf2
5278 days ago
JavaScript
link
nponeccop
5278 days ago
I mean high-performance implementations. Techniques to (statically) compile prototypes into efficient code were developed, but they are largely irrelevant to Javascript. High-performance modern implementations of JS rely on tracing JIT.
link
cyrus_
5268 days ago
Pretty sure polymorphic inline caches are standard fare in both Javascript and other VMs (JVM, CLR, etc.). What other techniques are you referring to?
link