Y
Hacker News
new
|
ask
|
show
|
jobs
by
GrygrFlzr
1088 days ago
Does this make it more difficult to reason about the program memory usage over its lifetime, or can all potential cases be statically analyzed?
2 comments
kmill
1088 days ago
The paper is about trying to statically analyze this. As I understand it, fip-annotated functions are ones that are checked to neither allocate nor deallocate.
link
tuukkah
1088 days ago
Seems easy and clear: they introduce a keyword "fip" that you use to mark a function as being fully in-place, and they statically check it.
link