JackTrapper / dwscript

Automatically exported from code.google.com/p/dwscript
0 stars 0 forks source link

Devirtualization support for the JS CodeGen #237

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) Detect virtual methods that are never overridden
2) CodeGen them as static methods
3) Drop them from the VMT

To improve call performance & reduce codesize.

Original issue reported on code.google.com by zar...@gmail.com on 23 Mar 2012 at 8:05

GoogleCodeExporter commented 9 years ago

Original comment by zar...@gmail.com on 29 May 2012 at 8:27