arvindm95 / unladen-swallow

Automatically exported from code.google.com/p/unladen-swallow
Other
0 stars 0 forks source link

Rename -j to -Xjit #127

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The jit control option is implementation-specific, so it should be renamed to 
-Xjit or some other -X option.

Original issue reported on code.google.com by collinw on 26 Jan 2010 at 6:55

GoogleCodeExporter commented 8 years ago

Original comment by collinw on 21 Feb 2010 at 6:07

GoogleCodeExporter commented 8 years ago
This option was originally added in r627, which should give a good idea of 
which files 
will need to be changed with the -j -> -Xjit change.

Original comment by collinw on 21 Feb 2010 at 6:09

GoogleCodeExporter commented 8 years ago
I have a patch for this, running tests now.

Original comment by elliotmu...@gmail.com on 21 Feb 2010 at 7:54

GoogleCodeExporter commented 8 years ago
http://codereview.appspot.com/218041

Original comment by elliotmu...@gmail.com on 21 Feb 2010 at 8:38

GoogleCodeExporter commented 8 years ago

Original comment by collinw on 22 Feb 2010 at 2:40

GoogleCodeExporter commented 8 years ago
Committed in r1122. Thanks for the patch, Elliot!

Original comment by collinw on 3 Mar 2010 at 10:30