-
Notifications
You must be signed in to change notification settings - Fork 31
[GSoC 2025] Enabling Out-Of-Process JIT Execution in CppInterOp #658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kr-2003
wants to merge
58
commits into
compiler-research:main
Choose a base branch
from
kr-2003:out-of-process
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
8b1a1e0
redirection with pipes
kr-2003 90680cc
cppinterop version patch
kr-2003 3298ada
removing oop jobs
kr-2003 c00b646
clang-format
kr-2003 1b854c5
clang-format
kr-2003 9564225
oop jit tests
kr-2003 cb60290
oop jit tests
kr-2003 fc21ac3
requested changes addressed
kr-2003 e6a6a3b
fixed GetFunctionAddress test
kr-2003 bad0de4
git-clang-format
kr-2003 1a8fc62
removed JitCallAdvanced from oop test
kr-2003 422af5e
adding headers directly
kr-2003 b6fa873
removed logs from tests
kr-2003 63993d1
fixed oop patch
kr-2003 de61d12
oop redirection in interop + win fix
kr-2003 dd437f9
redirection fix and cling gix
kr-2003 2f9082e
added oop jobs and win-cling fix
kr-2003 aa44c2f
added oop jobs and win-cling fix
kr-2003 95542b9
fixing oop jobs for macos
kr-2003 31fd43d
whitespace error in patch
kr-2003 5f4d1e9
linting,more oop jobs
kr-2003 56a8104
out-of-process for ubuntu machines
kr-2003 71224cc
checking ubuntu oop jobs
kr-2003 18e9157
Caching the build
kr-2003 638e512
checking mac oop
kr-2003 7386693
checking mac and lin oop
kr-2003 a054c08
checking mac and lin oop
kr-2003 5ef087f
removed deleteInterpreter from OOP
kr-2003 a07fe91
added other machines
kr-2003 91b561b
added other machines
kr-2003 70ed0f6
valgrind trace children
kr-2003 05a5260
removed valgrind from oop
kr-2003 c172f40
patch change
kr-2003 c7ae174
llvm version fix
kr-2003 d835435
patch updated
kr-2003 e46d9ce
removed mac oop job for now
kr-2003 ec70e5b
Merge branch 'main' into out-of-process
kr-2003 5c59fe9
adding oop-jit execution for code coverage
kr-2003 6561098
removed static members and exposed fn to get nth pid
kr-2003 75f72fc
using LLVM_BUILT_WITH_OOP_JIT
kr-2003 2b3ae75
clang-tidy
kr-2003 798a020
moved codecov to x86
kr-2003 4bf44b3
clang-format
kr-2003 443745f
clang-tidy and env var
kr-2003 610d717
LLVM_BUILT_WITH_OOP_JIT bug fix
kr-2003 ebce40a
compiler-rt added in oop build
kr-2003 992c497
patch updated: lambda usage
kr-2003 1e88c63
Merge branch 'main' into out-of-process
kr-2003 c740817
patch bug resolved
kr-2003 0a5d874
patch bug resolved
kr-2003 baaf759
patch bug resolved
kr-2003 1bf9c89
patch bug resolved
kr-2003 fda48a4
oop failing test
kr-2003 94b671f
addressing issues
kr-2003 2d7314f
fn-ref-test fix
kr-2003 9a1bacf
executor pid windows fix
kr-2003 2ba186b
macos oop job
kr-2003 77276db
caching oop jobs
kr-2003 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be built into the cmake build system, if this flag is needed for some reason when oop is on.