Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
scarmig
on May 25, 2023
|
parent
|
context
|
favorite
| on:
UCLA computer grad constructs “crown jewel of cryp...
Can't finite iteration and recursion just be unrolled? And storage just considered another part of the input?
jahewson
on May 25, 2023
|
next
[–]
This is how SMT solvers deal with bounded quantifiers.
grayhatter
on May 25, 2023
|
prev
[–]
In theory? Absolutely; unrolling a loop is exactly what it sounds like. Recursion is just a fancy loop. But there's a reason no one does that, and why no compilers emit that as code.
User23
on May 25, 2023
|
parent
[–]
Fancy in the sense of being a loop with an implicit stack. Or maybe just some registers if TCO.
And yet the machines we can actually build are far closer to LBAs than TMs.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: