Confirmed users
156
edits
mNo edit summary |
No edit summary |
||
| Line 28: | Line 28: | ||
See [[/RegisterAllocator]] for information on the register allocator interfaces. | See [[/RegisterAllocator]] for information on the register allocator interfaces. | ||
|Feature implementation notes= | |Feature implementation notes=# Bailouts | ||
test | |||
# Implement method inlining | |||
# Implement advanced linear-scan register allocation | |||
# Implement loop invariant code motion | |||
# Implement constant sub-expression elimination | |||
# Implement type-profiling | |||
# Implement enough functionality to replace existing JITs | |||
# Implement proper memory management of code | |||
# Implement interval analysis | |||
}} | }} | ||
{{FeatureInfo | {{FeatureInfo | ||