Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[omr-dev] Does a constant value need a Load instruction?

Suppose I am generating IL for something simple such as:

return 42

Here 42 is an integer constant - does this need to be Loaded when
supplying as an argument to return?

Thanks and Regards
Dibyendu


Back to the top