Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
[x86/Linux] Port jithelp.asm
Browse files Browse the repository at this point in the history
This commit ports jithelp.asm for x86/Linux

The following Tailcall helpers are marked as NYI:
 - JIT_TailCall
 - JIT_TailCallReturnFromVSD
 - JIT_TailCallVSDLeave
 - JIT_TailCallLeave
  • Loading branch information
parjong committed Dec 9, 2016
1 parent 76c62b7 commit 074b79e
Show file tree
Hide file tree
Showing 3 changed files with 803 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/vm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ else(WIN32)
elseif(CLR_CMAKE_TARGET_ARCH_I386)
set(VM_SOURCES_WKS_ARCH_ASM
${ARCH_SOURCES_DIR}/asmhelpers.S
${ARCH_SOURCES_DIR}/jithelp.S
${ARCH_SOURCES_DIR}/gmsasm.S
)
elseif(CLR_CMAKE_TARGET_ARCH_ARM)
Expand Down
Loading

0 comments on commit 074b79e

Please sign in to comment.