You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use "UNSAFE" keyword in docstring to represent unsafe list operations
- change compilation flag from RPY_LL_ASSERT to RPY_ASSERT
- record "UNSAFE" "keyword" from docstring in translator
- modify flowspace model and pygraph to propagate unsafe state
- change rtyper to propagate unsafe state to rlist
- add unsafe getitem/setitem functions in low level rlist
- modify rlist to check hop's unsafe state, if it is unsafe then
use unsafe getitem/setitem functions, ll rlist at last
0 commit comments