search for: b6bc1abc

Displaying 1 result from an estimated 1 matches for "b6bc1abc".

2020 Apr 16
2
What can the optimizer assume about the memory a global function pointer points to?
A function declaration declares a function pointer to the memory where the machine code will be at runtime. Besides providing the ability to call the function, that pointer can also be used, after bitcasting it, to modify the machine code implementing the function. What does the optimizer assume about the memory containing the machine code? The following is an example where Alive2 assumes