Re: [COMMITTED 02/12] - Move to an always available relation oracle.

2025-06-24 Thread Andrew MacLeod
yeah, sure. Its wasted memory.  If we ever need it fro anything, it could be added back in. I'll add it to my next commit. Thanks Andrew On 6/23/25 18:21, Martin Jambor wrote: Hello, On Thu, May 23 2024, Andrew MacLeod wrote: This patch provides a basic oracle which doesn't do anything, bu

Re: [COMMITTED 02/12] - Move to an always available relation oracle.

2025-06-23 Thread Martin Jambor
Hello, On Thu, May 23 2024, Andrew MacLeod wrote: > This patch provides a basic oracle which doesn't do anything, but will > still respond when queried.  This allows passes to avoid the NULL check > for an oracle pointer before they do anything, and results in a slight > speedup in VRP, and a s

[COMMITTED 02/12] - Move to an always available relation oracle.

2024-05-23 Thread Andrew MacLeod
This patch provides a basic oracle which doesn't do anything, but will still respond when queried.  This allows passes to avoid the NULL check for an oracle pointer before they do anything, and results in a slight speedup in VRP, and a slightly more significant 0.3% speedup in jump threading..