Skip to content
Navigation Menu
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
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
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
/
Sign in
Sign up
Appearance settings
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 }}
harry-cpp
/
JSIL
Public
forked from
sq/JSIL
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
JSIL
JSIL
PackedStructArray.cs
on
new_interface_method_fixup
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 13, 2013
Checkpoint:
Show description for 400a474
kg
committed
400a474
View commit details
Copy full SHA for 400a474
View code at this point
Browse repository at this point
Checkpoint:
Show description for 50f4797
kg
committed
50f4797
View commit details
Copy full SHA for 50f4797
View code at this point
Browse repository at this point
Commits on Jul 22, 2013
Nullables broke for some reason, so fix them.
Show description for c4f223a
kg
committed
c4f223a
View commit details
Copy full SHA for c4f223a
View code at this point
Browse repository at this point
Commits on Jul 3, 2013
Make temporary elimination able to ignore calls to pure functions. (In practice this probably doesn't allow any additional optimizations, due to other constraints, but it's worth doing)
Show description for 5dab9f6
kg
committed
5dab9f6
View commit details
Copy full SHA for 5dab9f6
View code at this point
Browse repository at this point
Fix dereferencing of packed array element references.
Show description for e510aac
kg
committed
e510aac
View commit details
Copy full SHA for e510aac
View code at this point
Browse repository at this point
Refactored the way array element references work. This should enable allocation hoisting for references in loops.
kg
committed
5ff41e7
View commit details
Copy full SHA for 5ff41e7
View code at this point
Browse repository at this point
Commits on Jun 29, 2013
Do type substitution in the packed array support more narrowly because ILSpy type substitution is still totally busted
kg
committed
bbe88a3
View commit details
Copy full SHA for bbe88a3
View code at this point
Browse repository at this point
Checkpoint: Do type substitution when applying packed struct array attributes so that you don't get IPackedStructArray<!!0> and nonsense like that.
kg
committed
cebe0e9
View commit details
Copy full SHA for cebe0e9
View code at this point
Browse repository at this point
Add JSIL.Runtime.PackedArray.New<T> for creating packed arrays without storing them into fields
Show description for a52985e
kg
committed
a52985e
View commit details
Copy full SHA for a52985e
View code at this point
Browse repository at this point
Commits on Mar 23, 2013
Allow attributing a function to specify that its return value is a packed array.
Show description for ecdac93
kg
committed
ecdac93
View commit details
Copy full SHA for ecdac93
View code at this point
Browse repository at this point
Add a back door to opt out of the packed array argument checking via an attribute.
Show description for df09acc
kg
committed
df09acc
View commit details
Copy full SHA for df09acc
View code at this point
Browse repository at this point
Allow annotating a function with the JSPackedArrayArguments attribute to specify which arguments expect a packed array.
Show description for c1cb3ee
kg
committed
c1cb3ee
View commit details
Copy full SHA for c1cb3ee
View code at this point
Browse repository at this point
Commits on Mar 18, 2013
Fix some incorrect uses of JSIL.Host.warning.
Show description for df93a71
kg
committed
df93a71
View commit details
Copy full SHA for df93a71
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.