History log of /openjdk9/nashorn/test/script/basic/compile-octane-normal.js.EXPECTED
Revision Date Author Comments
# 942:0787fe044ee6 29-Jul-2014 lagergren

8048869: Reduce compile time by about 5% by removing the Class.casts from the AST nodes
Summary: Removed the native casts that slow down the compiler unnecessarily. I also modified the compile-octane harness so that it can run with --verbose and --iterations flags so that you can run the compiler for an arbitrary time, gathering a mission control executing profile.
Reviewed-by: attila, jlaskey