Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These properties where unexpectedly *not* memoized before the work on the linked langkit issue. The fix for that issue correctly turned them into memoized properties, but it turns out that memoizing those does not help: performance is not improved while memory footprint increases. This patch therefore makes these properties not memoized again.
- Loading branch information