Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
jcranmer
6y ago
0 comments
Save
Share
Are there any plans to add support for multiple register return values to C?
0 comments
2 comments · 2 top-level
top
newest
oldest
DerekL
6y ago
What are you asking for? Do you mean that if you return a small struct from a function, the fields are placed in registers instead of memory, if they can fit? This is up to the ABI, not the standard, to define, and some ABIs already do that.
rseacord
6y ago
None that I'm aware of.
j
/
k
navigate · click thread line to collapse