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 }}
D-R-R
/
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
Tests
AnalysisTestCases
on
NoDynamic
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 6, 2015
Fix broken struct copy optimization (affected FNA DrawSprite function) and add test - don't elide struct copies if the lhs is subject to side effects later.
Show description for 8e5d855
kg
committed
8e5d855
View commit details
Copy full SHA for 8e5d855
View code at this point
Browse repository at this point
Commits on Apr 8, 2015
Add test for issue #696
kg
committed
6731392
View commit details
Copy full SHA for 6731392
View code at this point
Browse repository at this point
Commits on Feb 6, 2015
Add test for issue #667
kg
committed
5d8d886
View commit details
Copy full SHA for 5d8d886
View code at this point
Browse repository at this point
Commits on Jul 8, 2014
Checkpoint
kg
committed
b2e0c39
View commit details
Copy full SHA for b2e0c39
View code at this point
Browse repository at this point
Fix issue 494 and add tests.
Show description for 7c4cddf
kg
committed
7c4cddf
View commit details
Copy full SHA for 7c4cddf
View code at this point
Browse repository at this point
Commits on Apr 29, 2014
Fix issue #395.
kg
committed
a9aa360
View commit details
Copy full SHA for a9aa360
View code at this point
Browse repository at this point
Fix part of issue #371 and add test.
Show description for 9eeed4a
kg
committed
9eeed4a
View commit details
Copy full SHA for 9eeed4a
View code at this point
Browse repository at this point
Commits on Jul 17, 2013
Optimizing the struct allocation hoister to create less temporaries caused it to change behavior in certain code, so undo that and add a test.
kg
committed
b4544cc
View commit details
Copy full SHA for b4544cc
View code at this point
Browse repository at this point
Commits on Jun 30, 2013
Fix EmulateStructAssignment not introducing struct copies for constructor arguments and add a test. (How did this ever work???)
kg
committed
f7853af
View commit details
Copy full SHA for f7853af
View code at this point
Browse repository at this point
Commits on Jun 29, 2013
Expand struct allocation hoisting to work against method references that can't be resolved. This allows it to operate on PackedArray set_Item calls.
Show description for 9df569f
kg
committed
9df569f
View commit details
Copy full SHA for 9df569f
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
Commits on Jun 21, 2013
Checkpoint: basic implementation of struct allocation hoisting within loop bodies.
kg
committed
7db123d
View commit details
Copy full SHA for 7db123d
View code at this point
Browse repository at this point
Commits on May 14, 2013
Expand function static analysis to identify side effects caused by array writes.
Show description for 53d9ccc
kg
committed
53d9ccc
View commit details
Copy full SHA for 53d9ccc
View code at this point
Browse repository at this point
Add some analysis tests for the affected field logic
kg
committed
bc660ac
View commit details
Copy full SHA for bc660ac
View code at this point
Browse repository at this point
Commits on Apr 24, 2013
Add a fix and test case for issue #184, where IntroduceVariableReferences was erroneously skipping over nodes in complex binary expressions.
Show description for 3c6d655
kg
committed
3c6d655
View commit details
Copy full SHA for 3c6d655
View code at this point
Browse repository at this point
Commits on Nov 12, 2012
Handle more cases where struct constructor invocations need to be transformed.
kg
committed
a682423
View commit details
Copy full SHA for a682423
View code at this point
Browse repository at this point
Expand the constructor folding transform to also fixup invocations of .ctor on instances of immutable structs. This fixes cases where generated code would accidentally mutate existing immutable str…
Show description for 6ead8c9
kg
committed
6ead8c9
View commit details
Copy full SHA for 6ead8c9
View code at this point
Browse repository at this point
Fix some bugs in constructor folding.
Show description for ef0d282
kg
committed
ef0d282
View commit details
Copy full SHA for ef0d282
View code at this point
Browse repository at this point
Commits on Nov 10, 2012
Fix nasty interaction between struct constructor invocation folding and really badly written C#.
kg
committed
aba5954
View commit details
Copy full SHA for aba5954
View code at this point
Browse repository at this point
Fix a correctness bug introduced where reads of structs from readonly fields would not generate a copy even if it was actually needed.
kg
committed
b2703d4
View commit details
Copy full SHA for b2703d4
View code at this point
Browse repository at this point
Move IsControlFlow up to JSStatement so that it can be true for JSSwitchStatement. Fixes issue #129.
kg
committed
247bac3
View commit details
Copy full SHA for 247bac3
View code at this point
Browse repository at this point
Commits on Nov 8, 2012
Fold 'var x = new struct(); struct.prototype._ctor.call(x, args);' pairs into a single constructor invocation with arguments.
Show description for d337d66
kg
committed
d337d66
View commit details
Copy full SHA for d337d66
View code at this point
Browse repository at this point
If all of a type's fields are readonly, flag the type as Immutable in type information.
Show description for 8b0dbd6
kg
committed
8b0dbd6
View commit details
Copy full SHA for 8b0dbd6
View code at this point
Browse repository at this point
Commits on Oct 17, 2012
Fix static analyzer not recognizing arguments to verbatim expressions as potentially being modified/potentially escaping, and add a test.
kg
committed
6acde7b
View commit details
Copy full SHA for 6acde7b
View code at this point
Browse repository at this point
Commits on Aug 22, 2012
Fix some edge cases in the property access optimizer that would cause it to generate method calls on the LHS of an assignment.
kg
committed
aa0d21f
View commit details
Copy full SHA for aa0d21f
View code at this point
Browse repository at this point
Fix JSNewArrayExpression not implementing ReplaceChild correctly, and add a test.
kg
committed
7bda2d4
View commit details
Copy full SHA for 7bda2d4
View code at this point
Browse repository at this point
Commits on Aug 13, 2012
Fix ++x, --x, x++ and x-- when x is an enum.
Show description for 10d180c
kg
committed
10d180c
View commit details
Copy full SHA for 10d180c
View code at this point
Browse repository at this point
Commits on Aug 11, 2012
Fix enumerator instances not being optimized out in functions that contain multiple foreach loops over sequences of the same type.
kg
committed
9cc98cf
View commit details
Copy full SHA for 9cc98cf
View code at this point
Browse repository at this point
Commits on Jul 23, 2012
Do recursive escape analysis.
kg
committed
1c0f57e
View commit details
Copy full SHA for 1c0f57e
View code at this point
Browse repository at this point
Commits on Jul 17, 2012
Add a test for the array enumerator optimization
kg
committed
510fa46
View commit details
Copy full SHA for 510fa46
View code at this point
Browse repository at this point
Commits on Jul 5, 2012
Add support for telling the static analyzer that a given type's Dispose method is pure.
Show description for 1effd88
kg
committed
1effd88
View commit details
Copy full SHA for 1effd88
View code at this point
Browse repository at this point
Commits on Jun 24, 2012
Add test for copy-before-mutation in EmulateStructAssignment
Show description for d5148b4
kg
committed
d5148b4
View commit details
Copy full SHA for d5148b4
View code at this point
Browse repository at this point
Commits on Jun 21, 2012
Rename Object.Equals to Object.Object_Equals in generated JS so that it doesn't alias other Equals methods and cause them to require slow overload dispatch.
Show description for c118abf
kg
committed
c118abf
View commit details
Copy full SHA for c118abf
View code at this point
Browse repository at this point
Commits on Jun 15, 2012
Represent construction of arrays as a special node type instead of a call to a constant method. The temporary eliminator isn't smart enough to cope with some of the edge cases otherwise, and making…
Show description for 9ddc49e
kg
committed
9ddc49e
View commit details
Copy full SHA for 9ddc49e
View code at this point
Browse repository at this point
Commits on May 31, 2012
Fix static analyzer to treat byref passing of a variable as a mutation
Show description for c99ec6a
kg
committed
c99ec6a
View commit details
Copy full SHA for c99ec6a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.