Skip to content

Commit

Permalink
Update src/intrinsics.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Jan 13, 2025
1 parent 4e18a86 commit bab6d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intrinsics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ uint32_t jl_get_LLVM_VERSION_impl(void)
the bitcast function does nothing except change the type tag
of a value. At the user-level, it is perhaps better known as reinterpret.
boxing is delayed until absolutely necessary, and handled at the point
where the box is nefeded.
where the box is needed.
all intrinsics have a non-compiled implementation, this file contains
the optimizations for handling them unboxed
*/
Expand Down

0 comments on commit bab6d6c

Please sign in to comment.