Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
phoboslab
/
JavaScriptCore-iOS
Public
Notifications
You must be signed in to change notification settings
Fork
167
Star
696
Code
Issues
15
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Mar 30, 2016
Added discontinued notice
phoboslab
committed
544b3a2
Copy full SHA for 544b3a2
Commits on Oct 22, 2015
Only embed bitcode for device build; see #32
phoboslab
committed
c652026
Copy full SHA for c652026
Merge pull request #32 from TrompoGames/master
Show description for 1021bc3
phoboslab
committed
1021bc3
Copy full SHA for 1021bc3
Commits on Oct 21, 2015
[TVOS] Suppressed unused argument warning (promoted to error by default) to avoid issues while building from command line for tvOS.
Dario Segura
committed
81c198c
Copy full SHA for 81c198c
[TVOS] Adds the -fembed-bitcode flag to build script so the framework can be used while archiving tvOS builds.
Dario Segura
committed
fccffee
Copy full SHA for fccffee
Commits on Oct 14, 2015
Merge pull request #31 from TrompoGames/master
Show description for e17c376
phoboslab
committed
e17c376
Copy full SHA for e17c376
[TVOS] maketvos script names the output framework JavaScriptCore instead of JavaScriptCore-tvOS
Dario Segura
committed
84abbec
Copy full SHA for 84abbec
Merge branch 'master' of github.com:phoboslab/JavaScriptCore-iOS
Dario Segura
committed
e70480a
Copy full SHA for e70480a
[TVOS] Moved tvOS schemes to the shared data folder.
Dario Segura
committed
bde6a43
Copy full SHA for bde6a43
Commits on Oct 13, 2015
[TVOS] Adds tvOS compatibility through the addition of the maketvos.py script (and project file changes)
Dario Segura
committed
c27a0e8
Copy full SHA for c27a0e8
Renamed Typed Array functions as suggested in https://bugs.webkit.org/show_bug.cgi?id=120112
phoboslab
committed
ac4a764
Copy full SHA for ac4a764
Merge branch 'TrompoGames-master'
phoboslab
committed
5570d06
Copy full SHA for 5570d06
Commits on Oct 12, 2015
Merge branch 'master' of https://github.com/TrompoGames/JavaScriptCore-iOS into TrompoGames-master
phoboslab
committed
589461e
Copy full SHA for 589461e
Commits on Sep 21, 2015
[IOS] Library is now compatible with iOS 9 and Bitcode
Dario Segura
committed
7521770
Copy full SHA for 7521770
Commits on May 25, 2015
-[BUILD] Fixes compilation issues in latest clang version. NOTE: The library should be updated to latest JSC version.
Dario Segura
committed
4c63e7e
Copy full SHA for 4c63e7e
Commits on Nov 25, 2014
Merge pull request #23 from TrompoGames/master
Show description for 794f93e
phoboslab
committed
794f93e
Copy full SHA for 794f93e
Commits on Nov 21, 2014
-[BUILD] Fixes build issues when the target path points to a different file system (like external hard drives)
Dario Segura
committed
a7af8ba
Copy full SHA for a7af8ba
-[BUILD] If the derived data path is passed through the command line, subfolders are added for each target to avoid collisions.
Dario Segura
committed
57b85e7
Copy full SHA for 57b85e7
Commits on Sep 30, 2014
-[HOUSEKEEPING] Cleaned up commented code.
Dario Segura
committed
ec40151
Copy full SHA for ec40151
-[IOS8] Added x86_64 slice to make.py to be able to build and test in 64 bit simulators.
Dario Segura
committed
8d6d8d8
Copy full SHA for 8d6d8d8
-[IOS8] Project now compiles with iOS 8 and Xcode 6. Fix based in newer JSC versions.
Dario Segura
committed
d7e6445
Copy full SHA for d7e6445
Commits on Jul 9, 2014
Merge pull request #20 from drodriguez/align-arm64-build
Show description for d8599f0
phoboslab
committed
d8599f0
Copy full SHA for d8599f0
Commits on Jun 17, 2014
Use latest SDK version, instead of an fixed one.
drodriguez
committed
d4af584
Copy full SHA for d4af584
Align ARM64 assembly to 4-bytes multiple addresses.
drodriguez
committed
f94c785
Copy full SHA for f94c785
Commits on Jan 28, 2014
Modified build script to build all archs separately
phoboslab
committed
62e6116
Copy full SHA for 62e6116
Cleaned up archs... again
phoboslab
committed
a20de68
Copy full SHA for a20de68
Commits on Jan 23, 2014
Cleaned up ARCHS
phoboslab
committed
b8c11b6
Copy full SHA for b8c11b6
Enable DFG_JIT again, otherwise some llint symbols are not exported. No idea why.
phoboslab
committed
5ccc9e0
Copy full SHA for 5ccc9e0
Reflected current version in README.md
phoboslab
committed
bda05b4
Copy full SHA for bda05b4
Disable DFG and YARR JIT to save some space
phoboslab
committed
b43a796
Copy full SHA for b43a796
Commits on Jan 22, 2014
Downgrade to 538.11.1 due to stability issues
phoboslab
committed
05b40b0
Copy full SHA for 05b40b0
Commits on Jan 18, 2014
Added notice about armv7s, arm64
phoboslab
committed
176103b
Copy full SHA for 176103b
Added armv7s slice for AppStore compatability when publishing arm64 Apps
phoboslab
committed
bc7baf6
Copy full SHA for bc7baf6
Clarified some things
phoboslab
committed
675ef78
Copy full SHA for 675ef78
Share all xcscheme files so initial command line build doesn't fail
phoboslab
committed
2961606
Copy full SHA for 2961606
Previous
Next
You can’t perform that action at this time.