diff options
| author | Drahflow <drahflow@gmx.de> | 2013-12-31 19:03:22 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-12-31 19:03:22 +0100 |
| commit | 620eff4a9037aab7489b9cf04825ee1e8f7a686c (patch) | |
| tree | 6885ec04503423a91a946e5b1c2324a1fff6aca0 /compiler/standardClient.ey | |
| parent | c78a4ce84fd37064b8db7e5fc7a9b3fb23631179 (diff) | |
Further reductions of memory waste
Diffstat (limited to 'compiler/standardClient.ey')
| -rw-r--r-- | compiler/standardClient.ey | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/standardClient.ey b/compiler/standardClient.ey index 47e9cc2..2288159 100644 --- a/compiler/standardClient.ey +++ b/compiler/standardClient.ey @@ -336,9 +336,9 @@ matched { currentCapture ==i { i } { i 1 sub =i - string - i 2 mul matchedThread threadGetCaptures * _ ==start -01 str .postfix - i 2 mul 1 add matchedThread threadGetCaptures * start sub -01 str .inplacePrefix + i 2 mul matchedThread threadGetCaptures * + i 2 mul 1 add matchedThread threadGetCaptures * + string str .infix } loop } rep matched |
