Posts Tagged “Compiler”
- Swift Build Times and Module Verification (1)September 12, 2024
- Swift at 10 (16)June 4, 2024
- The Alternative Implementation Problem (1)May 8, 2024
- Xcode 15: “no platform load command found” March 15, 2024
- How the Swift Compiler Knows That DispatchQueue.main Implies @MainActor March 1, 2024
- Slow Swift Macro Compilation (4)February 27, 2024
- Analysis of Obfuscation Techniques Found in FairPlay August 30, 2023
- ABC C Compiler July 21, 2023
- Zig Proposal to Drop LLVM (1)July 3, 2023
- Go Compiler Telemetry May 16, 2023
- Mojo Programming Language (6)May 4, 2023
- Compiler Humor May 4, 2023
- Compiling Swift Generics October 17, 2022
- Implementing the Swift Parser in Swift August 23, 2022
- Implementing Parts of the Swift Compiler in Swift August 9, 2022
- SwiftSafeURL: Compile-Time-Checked URLs August 3, 2022
- CompileIt for HyperCard July 8, 2022
- M1 Ultra Mac Studio Compilation Benchmarks (1)March 21, 2022
- Chrome Faster Than Safari in Speedometer Benchmark (1)March 11, 2022
- Emulating 1998-Vintage Mac Compilers (1)March 3, 2022
- Swift Type Checking Is Undecidable (1)February 28, 2022
- Swift-DocC Is Now Open Source (1)October 13, 2021
- Swift 5.5 Released September 21, 2021
- How Uber Deals With Large iOS App Size May 31, 2021
- Swift 5.4 Released April 27, 2021
- Aho and Ullman Win Turing Award (1)April 2, 2021
- Apple Platform Security Guide (February 2021) (2)March 9, 2021
- Rewriting the Uber App in Swift (11)December 10, 2020
- Slow Swift Compilation of Boolean Comparisons (9)November 6, 2020
- Swift 5.3 Released September 17, 2020
- Apple Silicon Macs to Require Signed Code (4)August 19, 2020
- Frances Allen, RIP August 17, 2020
- Speculation in JavaScriptCore July 30, 2020
- Apple Linker Magic & Swift Runtime June 8, 2020
- Five Years of Rust (4)June 4, 2020
- Crafting Interpreters (1)April 15, 2020
- Swift on Mac OS 9 (1)April 2, 2020
- Xcode 11.4 and Swift 5.2 (1)March 25, 2020
- The Hunt for the Fastest Zero January 22, 2020
- Accidentally Quadratic Constant Folding August 30, 2019
- Stack Allocation for Non-Escaping Swift Closures January 17, 2019
- The Zig Programming Language (2)November 16, 2018
- Compiler User Interfaces September 25, 2018
- Adding isMultiple(of:) to Swift’s BinaryInteger August 31, 2018
- Why the New V8 Is So Damn Fast August 3, 2018
- The Swift Compiler Can Reason About “Never” July 31, 2018
- Mitigating Spectre With Site Isolation in Chrome (1)July 16, 2018
- Swift 4.2’s New Calling Convention July 5, 2018
- SR-7380, Ambiguous KeyPath June 27, 2018
- Swift LispKit (1)May 7, 2018
- Reimplementation of Implicitly Unwrapped Optionals April 30, 2018
- Behind-the-Scenes Improvements in Swift 4.1 April 12, 2018
- Solving a Mysterious Heap Corruption Crash March 9, 2018
- Constructing Human-grade Parsers (2)March 7, 2018
- Code Size Optimization Mode in Swift 4.1 (1)February 28, 2018
- Speed Improvements in Python 3.7 February 27, 2018
- On Compiling WebKit (Now Twice As Fast!) (1)February 22, 2018
- Optimizing Global Constant Data Structures Using Relative References February 20, 2018
- The iMac Pro (14)December 12, 2017
- Swift and GPU Compiler Details November 29, 2017
- Measuring Swift Compile Times in Xcode 9 September 28, 2017
- Swift’s Error Handling Implementation (2)August 31, 2017
- Swift Local Refactoring August 23, 2017
- How Rust Is Tested August 4, 2017
- Swift.Codable (4)July 14, 2017
- Bug in Skylake and Kaby Lake Hyper-threading (5)June 27, 2017
- JavaScriptCore Loves ES6 June 23, 2017
- Exception-oriented Exploitation on iOS (1)May 4, 2017
- Swift With a Hundred Engineers April 26, 2017
- Swift Compiler Not Optimized for Lots of Cores (3)March 16, 2017
- Building a LISP From Scratch With Swift February 6, 2017
- Swift: Challenges and Opportunity for Language and Compiler Research (1)December 19, 2016
- Guarding Against Long Swift Compiles (1)December 5, 2016
- The RawRepresentable Protocol in Swift December 2, 2016
- Mulle-objc: a New Objective-C Compiler and Runtime November 27, 2016
- Constexpr-8cc: Compile-time C Compiler November 21, 2016
- PaintCode 3 Leaves the Mac App Store November 5, 2016
- Whole-Module Optimization in Swift 3 October 30, 2016
- Reducing Swift Compile Time (1)October 6, 2016
- mov Is Turing-complete August 29, 2016
- Exponential Time Complexity in the Swift Type Checker (1)July 18, 2016
- The Secret Life of Types in Swift July 18, 2016
- Swifty Objective-C (1)May 31, 2016
- C Compilers Break for Objects Larger Than PTRDIFF_MAX Bytes May 23, 2016
- A Tale of Two Optimizers May 6, 2016
- Speeding Up Slow Swift Build Times (2)April 29, 2016
- Swift Type-checking Performance Case Study April 21, 2016
- The Deep History of Your Apps April 3, 2016
- When Your Swift Code Breaks the Compiler (2)March 21, 2016
- C Undefined Behavior in SQLite March 19, 2016
- Swift Asserts March 4, 2016
- Introducing the B3 JIT Compiler February 25, 2016
- 7 Scandalous Weird Old Things About the C Preprocessor January 25, 2016
- Slow Swift Array Type Inference January 8, 2016
- Apple Open Sources Swift (5)December 3, 2015
- How Swift Implements Generics November 6, 2015
- Clang Is the Next WebKit (4)October 23, 2015
- Lisp Implemented in sed and Make October 23, 2015
- FogBugz, JIRA, and Wasabi (5)October 13, 2015
- Jitterdämmerung (2)October 8, 2015
- Backdooring JavaScript Using Minifier Bugs September 14, 2015
- Type Profiling and Code Coverage Profiling for JavaScript August 28, 2015
- Safer Block-based NSNotificationCenter API August 26, 2015
- Go 1.5 August 20, 2015
- NSValue and Boxed Expressions July 29, 2015
- Killing Off Wasabi (2)June 25, 2015
- The Unofficial Guide to xcconfig Files (5)May 29, 2015
- Clang’s New -Wpartial-availability May 8, 2015
- LLVM’s New libFuzzer May 1, 2015
- Microsoft’s LLVM-Based Compiler for .NET April 28, 2015
- The Death of Optimizing Compilers April 2, 2015
- Skip the FFI: Embedding Clang for C Interoperability January 17, 2015
- Hack Transpiler December 15, 2014
- What Makes Clang So Special November 22, 2014
- c4 Compiler November 7, 2014
- Swift 1.0 Performance and Compilation Times (4)September 13, 2014
- Which Clang Warning Is Generating This Message? (2)June 18, 2014
- Buggy Security Guidance from Apple April 20, 2014
- How I Came to Write D April 8, 2014
- Roslyn: Microsoft’s Clang (2)April 5, 2014
- Warp, a Fast C and C++ Preprocessor (1)March 28, 2014
- Overview of WebKit’s CSS JIT Compiler March 26, 2014
- Compiler Warnings Explained March 16, 2014
- ARC’s Fast Autorelease January 31, 2014
- Introduction to libclang January 24, 2014
- Clang vs. Free Software (3)January 24, 2014
- Ruby Under a Microscope November 9, 2013
- The Effects of Compiler Optimizations (1)October 22, 2013
- Are Compilers Getting More or Less Reliable? September 16, 2013
- FreeBSD Switches From GCC to Clang September 12, 2013
- Adding More Objective-C Literals to Clang August 14, 2013
- Finding Undefined Behavior Bugs by Finding Dead Code July 13, 2013
- What CS Papers Should Everyone Read? (2)March 14, 2013
- Detecting Overflows, Undefined Behaviour and Other Nasties January 30, 2013
- __attribute__ January 15, 2013
- Clang Supports Doxygen Syntax December 21, 2012
- Retina MacBook Pro Upgrade (1)July 7, 2012
Note: Most posts from before September 2012 are not yet tagged.