Skip to content

Commit c12ef02

Browse files
committed
Bump MoarVM for concat improvements and fixes
- Fixes concat with combining codepoints when one of the combining strings is a repetition. - Speeds up concating when the last grapheme of string a or first grapheme of string b are synthetic's. 5937e712 concat: don't do re_nfg shortcut if either a or b are repeats f5517e3f Don't take the no re_nfg shortcut if a repetition contains a synthetic 04555a1f Rename variable in concatenation to be more descriptive 092cc0d9 Don't re_nfg when last_a or first_b are synthetics in concat cb98db0f Add functions for iterating the codepoints of a grapheme
1 parent 69a150d commit c12ef02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build/MOAR_REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2017.07-7-g499059d
1+
2017.07-13-g4afde633

0 commit comments

Comments
 (0)