Returns the cache which is for the execution engine to write the compiled functions to.
| 329 | /// Returns the cache which is for the execution engine to write the compiled functions |
| 330 | /// to. |
| 331 | CodeGenObjectCache* engine_cache() { return engine_cache_.get(); } |
| 332 | |
| 333 | /// Register a expr function with unique id. It can be subsequently retrieved via |
| 334 | /// GetRegisteredExprFn with that id. |