Jason Hiltz-Laforge
|
aafdf4adb0
|
Fix JRuby builds
|
2014-09-08 20:41:22 +00:00 |
|
Jason Hiltz-Laforge
|
052ef9fcb8
|
Reorder constructor to avoid referencing uninitialized variable when environment contains a self-referencing proc
|
2014-07-24 18:58:23 +00:00 |
|
Jason Hiltz-Laforge
|
51c1165f26
|
Forgot an error message case
|
2014-07-24 02:27:26 +00:00 |
|
Jason Hiltz-Laforge
|
55597b8398
|
Fixing regression from block delimiter enhancement
|
2014-07-23 19:18:02 +00:00 |
|
Jason Hiltz-Laforge
|
bc3b066ba8
|
Remove block in favour of for loop to reduce temporary object allocation during variable context resolution
|
2014-07-22 14:54:50 +00:00 |
|
Jason Hiltz-Laforge
|
3c2de7737d
|
Optimize block parsing -- don't recreate delimiter, use strings instead of regex
|
2014-07-22 02:43:20 +00:00 |
|
Jason Hiltz-Laforge
|
adb7d2bbb8
|
Reduce temporary objects during variable/filter parsing
|
2014-07-21 21:13:59 +00:00 |
|
Jason Hiltz-Laforge
|
0df3f1c372
|
Cache parsed markup parts to avoid repeated calls during template render
|
2014-07-21 15:55:06 +00:00 |
|
Jason Hiltz-Laforge
|
32349033a9
|
Add object profiling in addition to cpu profiling
|
2014-07-16 15:32:04 +00:00 |
|
Jason Hiltz-Laforge
|
fd8c30070a
|
Adding tests, spy dependency
|
2014-07-16 15:05:45 +00:00 |
|
Jason Hiltz-Laforge
|
4cfc05e32a
|
Optimize checking for interrupts by replacing any? with NOT empty?
|
2014-07-15 18:31:40 +00:00 |
|