タグ compiler
人気順 10 users 50 users 100 users 500 users 1000 usersGo界隈で巻き起こった go:linkname 騒動について - ANDPAD Tech Blog
お久しぶりです、ANDPADボードの tomtwinkle です。 この記事はGoの go:linkname 騒動は 6/18に行われた Go Bash で話した内容を要約したものです。 そもそも go:linkname とは何かといえば internal packageやprivate var/funcなど普通はアクセスできないオブジェクトシンボルをエイリアス出来るようCompilerに指示して... 続きを読む
GitHub - CDSoft/luax: luax is a Lua interpreter and REPL based on Lua 5.4, augmented with some useful packages. It is also a "compiler" that produces standalone executables from Lua scripts.
luax is a Lua interpreter and REPL based on Lua 5.4, augmented with some useful packages. luax can also produce executable scripts from Lua scripts. luax runs on several platforms with no dependency: Linux (x86_64, aarch64) MacOS (x86_64, aarch64) Windows (x86_64) luax can compile scripts from an... 続きを読む
Java Runtime (De)compilerの紹介 - 赤帽エンジニアブログ
こんにちは、Red Hat Middleware Technical Account Manager のイアンです。 お客様のサポートケースの対応では、現象を再現させるために稼働しているJavaアプリケーションのコードを修正/パッチする場合があります。そのときには、Bytemanをよく使っていますが、新しいツールを紹介したいと思います。 Java Runtime (De... 続きを読む
Announcing Parcel CSS: A new CSS parser, compiler, and minifier written in Rust!
I'm very excited to announce @parcel/css, a new CSS parser, compiler, and minifier written in Rust! Check it out on GitHub, or try a live demo right in your browser. Parcel CSS has significantly better performance than existing tools, while also improving minification quality. In addition to mini... 続きを読む
Swiftにおける末尾再帰とCompilerによる最適化を探る - Mercari Engineering Blog
初めに この記事はMercari Advent Calendar 2019の16日目の記事です。 こんにちは、iOSエンジニアの@kagemikuです。MercariのiOSアプリ開発をしています。 突然ですが、皆さんは普段、再帰関数を書いていますか? リスト探索や木探索を行うアルゴリズムを、きれいな再帰関数にバチッと落とし込めた瞬間はなんとも言えな... 続きを読む
2019-02-19のJS: Mocha 6.0.0、Fly(Edge Applications)、サードパーティJavaScriptの実行コスト - JSer.info
JSer.info #423 - Mocha 6.0.0がリリースされました。 Release v6.0.0 · mochajs/mocha Node.js 4のサポート終了、--compilerなどの非推奨となっていたコマンドラインオプションを削除が行われています。 また、requireのキャッシュを削除するMocha.unloadFileの追加、.mocharc.jsやpackage.jsonに設定を書けるRCファイ... 続きを読む
Perl で Compiler::CodeGenerator::LLVM を用いて LLVM IR を出力する - アルパカ三銃士
2018 - 01 - 16 Perl で Compiler::CodeGenerator::LLVM を用いて LLVM IR を出力する Perl c++ 約 4 年前になると思うが、 @goccy54 さんが LLVM のライブラリを用いて、 Perl のコードから LLVM IR を生成するといった夢のようなモジュールを作成されていた。 それが Compiler::CodeGenerato... 続きを読む
Retropiler: AndroidでJava8の機能を使うもう一つの方法 - Qiita
retro + compiler からの造語 Android用ビルドツールのプラグイン 古いAndroid向けにJava8の標準ライブラリの機能をバックポートする 古いAndroid向けにJava8の標準ライブラリの機能をバックポートする?? 続きを読む
Kazuho's Weblog: Announcing qrintf (and qrintf-gcc); sprintf-optimizing preprocessor / compiler
Tuesday, October 7, 2014 Announcing qrintf (and qrintf-gcc); sprintf-optimizing preprocessor / compiler tl;dr This is an initial release announcement of qrintf, a preprocessor (and qrintf-gcc is the c... 続きを読む
GNU互換のstrftime(3)が使えるPOSIX::strftime::Compilerというモジュールを書きました - blog.nomadscafe.jp
1週間ぐらいtrialでしたが、Windowsでも動いたようなので0.10を出しました。すごーーーく、、、、ニッチです https://metacpan.org/release/POSIX-strftime-Compiler https://github.com/kazeburo/POSIX-strftime-Compiler POSIX::strftime::CompilerはGNU互換で、ロケ... 続きを読む
これからのPerlプロダクトのかたち - YAPC::Asia Tokyo 2013
本トークでは、私が開発しているCompilerモジュール群(Compiler::Lexer, Compiler::Parser, Compiler::CodeGenerator::LLVM)を用いて、Perlコードがブラウザ上やiOS上で動作する、これからの新しいPerlプロダクトのかたちをお見せできればと思っています。 時間が余れば、上記モジュールを静的解析ツールとして利用した場合に得られるメリ... 続きを読む
Compiler::Lexer をつかって Perl::MinimumVersion::Fast をかいてみた - tokuhirom's blog.
2013-05-02 Compiler::Lexer をつかって Perl::MinimumVersion::Fast をかいてみた papix さんのブログをよんでいたところ Compiler::Lexer というものの存在 をしった。http://blog.papix.net/entry/2013/04/30/223840 Compiler::Lexer という Perl5 コードの Lexe... 続きを読む
PHPのソースコードをC のコードに変換する:phpspot開発日誌
SourceForge.net: BinaryPHP BinaryPHP is a PHP To C converter which will convert PHP scripts into C equivalents ready to be compiled using any ANSI compiler. PHPのソースコードをC++のコードに変換するBinaryPHPの紹介。 token_... 続きを読む