Searched refs:memoization (Results 1 – 24 of 24) sorted by relevance
1201 bool memoization = useMemoization == MEMOIZE; in GenerateIsInitialized() local1202 if (memoization) { in GenerateIsInitialized()1213 if (memoization) { in GenerateIsInitialized()1236 "memoize", memoization ? "memoizedIsInitialized = 0;" : ""); in GenerateIsInitialized()1256 "memoize", memoization ? "memoizedIsInitialized = 0;" : ""); in GenerateIsInitialized()1269 "memoize", memoization ? "memoizedIsInitialized = 0;" : ""); in GenerateIsInitialized()1282 "memoize", memoization ? "memoizedIsInitialized = 0;" : ""); in GenerateIsInitialized()1294 "memoize", memoization ? "memoizedIsInitialized = 0;" : ""); in GenerateIsInitialized()1299 if (memoization) { in GenerateIsInitialized()
47 * the memoization table for ruleIndex. For key ruleStartIndex, you50 * This is only used if rule memoization is on (which it is by default).
102 * memoization, but in the future it may be used for incremental parsing.
46 // wack everything related to backtracking and memoization
66 - using Stream.index as a state for 'error-already-reported' or memoization
112 - rule memoization also had a major bug in that rules that were memoized
96 /// backtracking and memoization) show that the C runtime uses about half the memory and is between…
408 before scopes pop and any memoization happens. Dynamic scopes and409 memoization are still in generated finally block because they must1107 number of rule memoization cache hits1108 number of rule memoization cache misses1484 finally block (java target) after all other stuff like rule memoization.1631 Note that we have a new option for turning off rule memoization during1634 -nomemo when backtracking don't generate memoization code
435 causing all the scope names derived when cleaning up in memoization to be
269 * memoization stuff in here either; it's a waste. As430 success = false # flag used for memoization<\n>540 # rule memoization
218 * Make rule memoization happen only at levels above 1 as we start mTokens332 * any of the normal memoization stuff in here either; it's a waste.
130 * Make rule memoization happen only at levels above 1 as we start mTokens264 * any of the normal memoization stuff in here either; it's a waste.
110 * Make rule memoization happen only at levels above 1 as we start mTokens249 * any of the normal memoization stuff in here either; it's a waste.
85 * Make rule memoization happen only at levels above 1 as we start mTokens253 * any of the normal memoization stuff in here either; it's a waste.
336 // initialize the memoization cache - the indices are 1-based in the runtime code!384 * Make rule memoization happen only at levels above 1 as we start mTokens766 * any of the normal memoization stuff in here either; it's a waste.
1978 before scopes pop and any memoization happens. Dynamic scopes and1979 memoization are still in generated finally block because they must2677 number of rule memoization cache hits2678 number of rule memoization cache misses3054 finally block (java target) after all other stuff like rule memoization.3201 Note that we have a new option for turning off rule memoization during3204 -nomemo when backtracking don't generate memoization code
137 * Make rule memoization happen only at levels above 1 as we start mTokens299 * any of the normal memoization stuff in here either; it's a waste.
118 * Make rule memoization happen only at levels above 1 as we start mTokens274 * any of the normal memoization stuff in here either; it's a waste.
160 * Make rule memoization happen only at levels above 1 as we start mTokens332 * any of the normal memoization stuff in here either; it's a waste.
202 * Make rule memoization happen only at levels above 1 as we start mTokens422 * any of the normal memoization stuff in here either; it's a waste.
235 * Make rule memoization happen only at levels above 1 as we start mTokens499 * any of the normal memoization stuff in here either; it's a waste.
197 * Make rule memoization happen only at levels above 1 as we start mTokens404 * any of the normal memoization stuff in here either; it's a waste.
1091 * Make rule memoization happen only at levels above 1 as we start mTokens1513 * any of the normal memoization stuff in here either; it's a waste.
51 - Use memoization (boot-time-computed table) for run quantization. Separate