1. 05 5月, 2017 2 次提交
  2. 25 2月, 2017 1 次提交
    • H
      2 tweaks on OOP. · 872316fb
      Heejae Chang 提交于
      1. write logs as warning rather than error when connection is closed (basically operation cancelled)
      
      2. build compilation concurrently for diagnostic analyzers.
      872316fb
  3. 22 10月, 2016 1 次提交
  4. 21 10月, 2016 1 次提交
  5. 20 10月, 2016 2 次提交
    • H
      fixed 2 issue where IDE analyzer throws null exception and host analyzer... · 2f4e7f86
      Heejae Chang 提交于
      fixed 2 issue where IDE analyzer throws null exception and host analyzer exception message not going away from error list issue.
      2f4e7f86
    • H
      implements IProjectCacheHostService in OOP. · d7ca4eb2
      Heejae Chang 提交于
      workspace will cache everything in memory if this service doesn't exist in workspace. now this being exist, workspace will start to put things such as text, tree, compilation either kick out from memory or save it to temporary storage.
      
      this should reduce memory foot print once things become idle, but this doesn't help memory footprint while feature is running.
      
      with this service, once OOP become idle, memory foot print goes down to about 700MB to 1 GB. but still while code lens run, memory goes up to 3GB.
      d7ca4eb2
  6. 05 8月, 2016 1 次提交
  7. 30 7月, 2016 1 次提交
    • H
      porting OOP to preview 4 branch · c141605a
      Heejae Chang 提交于
      changes include
      make SourceText::GetChecksum and AnalyzerTelemetry contructor public.
      
      added MustRunInProc in IBuiltInAnalyzer and some clean up around serializing Solution/Project/DocumentId and how DocumentState is exposed.
      
      simplified temporary storage service's temporary storage management and added ability to attach to existing temporary storage
      
      solution checksum and serialization service.
      
      added remote host client
      - this gives an ability for host (vs) to talk to remote host (service hub)
      
      rename and moving files between feature/workspace layers
      - only real change is having ICompilerDiagnosticAnalyzer interface which can either have inproc implementation or out of proc implementation.
      - inproc is needed since diagnostics are in feature layer and one who uses feature layer out side of VS host need an implementation.
      
      added RemoteWorkspace
      - RemoteWorkspace has host agnostic implementation of roslyn features/services/workspace that will run in remote host
      
      added service hub component and setup project for service hub
      - service hub component is basically thin layer that deals with converting data to pass in to RemoteWorkspace
      
      made devdiv insertion tool to ignore servicehub related files
      
      support byte and char array natively in ObjectReader/Writer
      c141605a
  8. 27 7月, 2016 1 次提交
    • H
      added RemoteWorkspace · 7e05de87
      Heejae Chang 提交于
      RemoteWorkspace has host agnostic implementation of roslyn features/services/workspace that will run in remote host
      7e05de87