[JRuby logo]
JRuby commits

RevisionAuthorDateDescription
8624headius07 Jan 2009 02:30:26

Arity-split rescue args. Doesn't help performance much, probably way overshadowed by the cost of rescue itself.

8623headius07 Jan 2009 00:49:40

Fix statement-based "and" with a modifier; lack of post exec value popping was breaking compilation.

8622headius07 Jan 2009 00:49:15

Modification for optimized fixnum switch to support multi-arg fixnum whens.

8621lopex06 Jan 2009 19:58:21

Remove no longer used paths.

8620lopex06 Jan 2009 19:39:23

Do not create RubyRegexp instance also for String#scan/sub/gsub String arguments. Saved tons of GC pressure for string heavy code.

8619enebo06 Jan 2009 17:59:50

[WINDOWS] Apparently native does not neccesarily make .bat files CRLF with all clients...

8618lopex06 Jan 2009 16:44:27

Even faster String#split (doesn't create RubyRegexp instance).

8617enebo06 Jan 2009 14:55:42

JRUBY-3287: Add public RubyInstanceConfig#setCompatVersion

8616lopex06 Jan 2009 14:49:36

Use pattern encoding in Regexp#encoding.

8615lopex06 Jan 2009 14:45:09

Remove KCODE_FIXED from RubyRegexp.

8614lopex06 Jan 2009 14:41:21

Split getPattern in RubyString for quoted/not quoted.

8613lopex06 Jan 2009 13:48:32

Append kcode in Regexp#inspect.

8612lopex06 Jan 2009 13:28:11

Another round of Regexp refactoring, make most initialization/cache lookup code to Regexp instance independent methods so we can toss plain Joni regexps around.