poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug default/26162] crash while running pretty-printer


From: jose.marchesi at oracle dot com
Subject: [Bug default/26162] crash while running pretty-printer
Date: Thu, 25 Jun 2020 13:43:59 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=26162

--- Comment #3 from Jose E. Marchesi <jose.marchesi at oracle dot com> ---
I would actually change the function names a bit.   Currently we have:

While statements:

pkl_asm_while ()
...
pkl_asm_loop ()
...
pkl_asm_endloop ()

For statements:

pkl_asm_for ()
...
pkl_asm_for_where ()
...
pkl_asm_for_loop ()
...
pkl_asm_for_endloop ()


So my suggestion is:

- To rename the current pkl_asm_loop/pkl_asm_endloop to
pkl_asm_while_loop/pkl_asm_while_endloop.

- To introduce new pkl_asm_loop/pkl_asm_endloop to implement the simple "loop
always" case.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]