タグ

JavaScriptとEmscriptenに関するkorinchanのブックマーク (6)

  • J15R

    Engineer, drummer, cofounder @fullstory.com, occasional game developer. I occasionally write and build things that may be of interest.

    korinchan
    korinchan 2013/07/08
    Box2Dベンチマークのアップデート。IE10とCrossBridgeが追加されてる。
  • j15r.com

    I'm Joel Webber. I'm an engineer who occasionally writes about software development, games, and a few other odds and ends. Above you'll find a list of ways to reach me. Below you'll find a chronology of things I've written and built, places I've worked, and so forth.

    korinchan
    korinchan 2013/04/27
    Box2Dの一斉ベンチマーク。JavaScript前よりは速くなったけどやはり動的言語の壁がある。ActionScriptが意外に速い。
  • Why asm.js bothers me

    Please note that this post expresses my personal opinion and mine alone, not those of my employer or my teammates. I am writing it because I can’t hold my opinion inside anymore. My head was starting to feel like a balloon that is going to burst any minute. I am writing my thoughts and feelings down to free myself from this pressure. When reading my ramblings below please keep in mind that I used

    korinchan
    korinchan 2013/03/29
    JITコンパイルでまだやれる、なぜJavaScriptの中にバイトコードを作るのか分からないってとこか。
  • Math.imul() - JavaScript | MDN

    引数 a 第一の数値。 b 第二の数値。 返値 与えられた引数で C 言語風の 32 ビット乗算を行った結果です。 解説 Math.imul() で C 言語と同様のの意味を持った 32 ビット乗算を行うことができます。この機能は Emscripten などのプロジェクトに有効です。 imul() は Math の静的メソッドなので、常に Math.imul() として使用し、自分で Math オブジェクトを生成してそのメソッドとして使用しないでください。 (Math にはコンストラクターがありません)。 JavaScript の通常の浮動小数点数を imul() で使用すると、パフォーマンスが低下します。これは、乗算のために浮動小数点数から整数への変換、そして乗算された整数を再び浮動小数点数に変換する処理にコストがかかるためです。しかし、 asm.js では、 JIT オプティマイザーが

    Math.imul() - JavaScript | MDN
    korinchan
    korinchan 2013/03/27
    JavaScriptでCのような乗算ができないのを埋める関数の提案。Firefoxだけ速いということになりそうでちょっと怖いな、こういうのは。
  • javascript – badassJs

    웹 보안 강화를 위한 자바스크립트 런타임 환경의 취약점 대응 기술 현대 웹 환경에서 부상하는 보안 위협 자바스크립트 기반 웹 애플리케이션이 복잡해지면서 새로운 형태의 보안 취약점들이 지속적으로 발견되고 있다. 특히 Node.js와...

  • Construct 2 the HTML5 Game Maker - Scirra.com

    Construct 3 Create stunning games in the worlds best 2D game engine

    Construct 2 the HTML5 Game Maker - Scirra.com
    korinchan
    korinchan 2012/02/22
    "Javascript is ugly!"を否定せずour problem onlyと言ってるあたり好感が持てる。
  • 1